home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / SOMC / THEparts.cst / 00017_Link7HS.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  402 b   |  21 lines

  1. on mouseEnter
  2.    set the text of member "URLDISPLAY" to line 7 of Field "netlinks"
  3.   set the foreColor of member "URLDISPLAY" to 4
  4.   set the fontStyle of member "URLDISPLAY" to "BOLD"
  5.   updatestage
  6.   doRollover(nothing,2)
  7. end mouseEnter
  8.  
  9.  
  10.  
  11. on mouseLeave
  12. set the text of member "URLDISPLAY" to  EMPTY
  13.   updatestage
  14.   doRollout()
  15. end mouseLeave
  16.  
  17. on mouseUp
  18.   global LINK9
  19.   gotoNetPage LINK9
  20. end mouseUp
  21.